public static int ToUInt32(byte[] bytes, int index) throws Exception { return toInt32(bytes, index);
BitConverter Methods